Skip to content
This repository was archived by the owner on Jan 16, 2026. It is now read-only.

refactor(rpc): move rollup_boost_health to separate endpoint#3131

Merged
theochap merged 1 commit intomainfrom
teddyknox/separate-rollup-boost-healthz-2
Dec 4, 2025
Merged

refactor(rpc): move rollup_boost_health to separate endpoint#3131
theochap merged 1 commit intomainfrom
teddyknox/separate-rollup-boost-healthz-2

Conversation

@teddyknox
Copy link
Copy Markdown
Contributor

Summary

Moves rollup_boost_health from the /healthz endpoint to a dedicated /kona-rollup-boost/healthz endpoint.

Changes

  • /healthz now returns only { "version": "..." }
  • New /kona-rollup-boost/healthz endpoint returns { "rollup_boost_health": "..." }

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@codecov
Copy link
Copy Markdown

codecov Bot commented Dec 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 37.8%. Comparing base (cadbd20) to head (a96e386).

❗ There is a different number of reports uploaded between BASE (cadbd20) and HEAD (a96e386). Click for more details.

HEAD has 18 uploads less than BASE
Flag BASE (cadbd20) HEAD (a96e386)
e2e 11 0
proof 7 1
unit 1 0

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@theochap
Copy link
Copy Markdown
Member

theochap commented Dec 3, 2025

@teddyknox lint is failing it seems

Move rollup_boost_health field from /healthz response to new
/kona-rollup-boost/healthz endpoint.
@teddyknox teddyknox force-pushed the teddyknox/separate-rollup-boost-healthz-2 branch 2 times, most recently from 43a3de2 to a96e386 Compare December 3, 2025 22:31
@theochap theochap added this pull request to the merge queue Dec 4, 2025
Merged via the queue into main with commit 9d5eb6e Dec 4, 2025
41 of 46 checks passed
@theochap theochap deleted the teddyknox/separate-rollup-boost-healthz-2 branch December 4, 2025 02:58
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Dec 10, 2025
…ona#3131)

## Summary

Moves `rollup_boost_health` from the `/healthz` endpoint to a dedicated
`/kona-rollup-boost/healthz` endpoint.

## Changes

- `/healthz` now returns only `{ "version": "..." }`
- New `/kona-rollup-boost/healthz` endpoint returns `{
"rollup_boost_health": "..." }`
theochap pushed a commit to ethereum-optimism/optimism that referenced this pull request Jan 14, 2026
…ona#3131)

## Summary

Moves `rollup_boost_health` from the `/healthz` endpoint to a dedicated
`/kona-rollup-boost/healthz` endpoint.

## Changes

- `/healthz` now returns only `{ "version": "..." }`
- New `/kona-rollup-boost/healthz` endpoint returns `{
"rollup_boost_health": "..." }`
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants